a:focus,button:focus{z-index:800;outline-offset:.2rem;outline:var(--theme-highlight-color) solid .2rem}.background--brand a:focus,.background--brand button:focus{z-index:800;outline-offset:0;outline:var(--theme-highlight-color) solid .2rem}.background--pale a:focus,.background--pale button:focus{z-index:800;outline-offset:0;outline:var(--theme-text-color) solid .2rem}body{--input-bg-disabled: #c7c7c7;--input-bg-disabled-a11y: #c7c7c7;--label-color: var(--theme-text-color);--label-color-hover: var(--theme-full);--label-color-disabled: #adadad;--label-color-disabled-a11y: #adadad;--checkbox-bg: #f0f0f0;--checkbox-bg-a11y: #f0f0f0;--checkbox-bg-checked: var(--theme-full);--checkbox-bg-checked-a11y: var(--theme-full);--checkbox-bg-hover: var(--theme-light);--checkbox-bg-hover-a11y: var(--theme-light);--radio-bg: "transparent";--radio-bg-a11y: "transparent";--radio-border-color: #c7c7c7;--radio-border-color-a11y: #c7c7c7;--radio-bg-hover: var(--theme-light);--radio-bg-hover-a11y: var(--theme-light);--radio-bg-checked: var(--theme-full);--radio-bg-checked-a11y: var(--theme-full)}input[type=checkbox],input[type=radio]{position:absolute;opacity:0}input[type=checkbox]+span:before,input[type=radio]+span:before{content:"";margin-right:1rem;display:inline-block;vertical-align:text-top;width:1.1em;height:1.1em}input[type=checkbox]:disabled+span::before,input[type=radio]:disabled+span::before{background:var(--input-bg-disabled);box-shadow:none}.accessibility-mode input[type=checkbox]:disabled+span::before,.accessibility-mode input[type=radio]:disabled+span::before{background:var(--input-bg-disabled-a11y)}input[type=checkbox]+span,input[type=radio]+span{color:var(--label-color);position:relative;cursor:pointer;transition:color .3s}input[type=checkbox]:hover+span,input[type=radio]:hover+span{color:var(--label-color-hover)}input[type=checkbox]:disabled+span,input[type=radio]:disabled+span{color:var(--label-color-disabled);cursor:auto}.accessibility-mode input[type=checkbox]:disabled+span,.accessibility-mode input[type=radio]:disabled+span{color:var(--label-color-disabled-a11y)}input[type=checkbox]:active+span,input[type=checkbox]:focus+span,input[type=radio]:active+span,input[type=radio]:focus+span{z-index:800;outline-offset:.2rem;outline:var(--theme-highlight-color) solid .2rem}input[type=checkbox]+span::before{background-color:var(--checkbox-bg);border-radius:.165em}.accessibility-mode input[type=checkbox]+span::before{background-color:var(--checkbox-bg)}input[type=checkbox]:hover:not(:disabled):not(:checked)+span::before{background-color:var(--checkbox-bg-hover);transition:background-color .3s ease-out}.accessibility-mode input[type=checkbox]:hover:not(:disabled):not(:checked)+span::before{background-color:var(--checkbox-bg-hover-a11y)}input[type=checkbox]:checked+span::before{background-color:var(--checkbox-bg-checked)}.accessibility-mode input[type=checkbox]:checked+span::before{background-color:var(--checkbox-bg-checked-a11y)}input[type=checkbox]+span::after{content:"";position:absolute;transform:scale(1.5) rotate(45deg) translate(0.825em, 0.825em);color:#fff;background:currentColor;left:.25em;top:.5em;opacity:0;transition:transform .35s ease-out,opacity .35s ease-out;width:.11em;height:.11em;box-shadow:.11em 0 0 currentColor,.22em 0 0 currentColor,.22em -.11em 0 currentColor,.22em -.22em 0 currentColor,.22em -.33em 0 currentColor,.22em -.44em 0 currentColor}input[type=checkbox]:checked+span::after{animation:.35s ease-out 0s 1 popupCheckmark;transform:scale(1.2) rotate(45deg) translateY(0);opacity:1}input[type=radio]+span::before{background-color:var(--radio-bg);border:.11em solid var(--radio-border-color);border-radius:50%;transition:border-color .35s ease-out}.accessibility-mode input[type=radio]+span::before{background-color:var(--radio-bg-a11y);border-color:var(--radio-border-color-a11y)}input[type=radio]:hover:not(:disabled):not(:checked)+span::before{border-color:var(--radio-bg-hover)}.accessibility-mode input[type=radio]:hover:not(:disabled):not(:checked)+span::before{border-color:var(--radio-bg-hover-a11y)}input[type=radio]:checked+span::before{border-color:var(--radio-bg-checked)}.accessibility-mode input[type=radio]:checked+span::before{border-color:var(--radio-bg-checked-a11y)}input[type=radio]+span::after{content:"";position:absolute;border-radius:50%;top:0;left:0;width:1.1em;height:1.1em;transform:scale(0);transition:transform .25s ease-out,background-color .35s ease-out}input[type=radio]:checked+span::after{transform:scale(0.5);background-color:var(--theme-full)}@keyframes popupCheckmark{0%{transform:scale(0) rotate(45deg) translateY(0);opacity:1}50%{transform:scale(1.5) rotate(45deg) translateY(0)}100%{transform:scale(1) rotate(45deg) translateY(0)}}.product-search{background-color:var(--theme-lightgray);padding:3rem}.product-search,.product-search::before,.product-search::after,.product-search ::before,.product-search ::after{--theme-text-color: var(--theme-brand-white-contrast);--theme-text-color-contrast: var(--theme-brand-white);--theme-text-footnote: var(--theme-brand-white-contrast);--theme-text-footnote-contrast: var(--theme-brand-white);--theme-text-footnote: var(--theme-brand-white-contrast);--theme-text-footnote-contrast: var(--theme-brand-white);--theme-highlight-color: var(--theme-brand-full);--theme-highlight-color-contrast: var(--theme-brand-full-contrast)}.product-search--menu{background:none;padding:0}.product-search__form{margin-bottom:2rem;display:flex}.product-search--menu .product-search__form{display:flex;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start}.product-search__input{color:var(--theme-text-color);border:none;flex-grow:1;padding-left:2rem}.product-search__input::-ms-clear{display:none}.product-search__input::-webkit-search-cancel-button{-webkit-appearance:none}.product-search__input::-moz-placeholder{color:var(--theme-text-color);opacity:1}.product-search__input::placeholder{color:var(--theme-text-color);opacity:1}.product-search__input::-ms-input-placeholder{color:var(--theme-text-color)}.product-search__input:focus-visible{outline:none}.accessibility-mode .product-search__input{border:.1rem solid var(--theme-text-color)}.product-search--menu .product-search__input{border:none;width:100%;font-size:1.2rem;padding:.5rem .9rem;height:30px}.product-search__button{padding:.5em 1em;text-decoration:none;text-align:center;cursor:pointer;border-style:none;background-color:transparent;display:flex;align-items:center;justify-content:center;flex-direction:row;font-family:"Helvetica Neue LT W05_45","Helvetica Neue World 45",Helvetica,Arial,sans-serif;font-weight:400;font-size:1.5rem;line-height:1.7333333333;font-weight:400;color:#fff;background-color:var(--theme-brand-full);display:inline-flex}.product-search__button:disabled,.product-search__button[aria-disabled=true]{cursor:unset}@media(min-width: 48em){.product-search__button{font-size:1.6rem;line-height:1.75}}@media(min-width: 61em){.product-search__button{font-size:1.8rem;line-height:1.7777777778}}@media(min-width: 75em){.product-search__button{font-size:2rem;line-height:1.7}}.product-search__button:hover{background-color:var(--theme-brand-gray);color:var(--theme-brand-white)}.accessibility-mode .product-search__button{text-decoration:none}.accessibility-mode .product-search__button:hover,.accessibility-mode .product-search__button:focus{text-decoration:underline}.product-search__button:focus{z-index:800;outline-offset:.2rem;outline:var(--theme-highlight-color) solid .2rem}.product-search__button a{color:#fff}.accessibility-mode .product-search__button:hover{background-color:#4d4d4d}.product-search--menu .product-search__button{border:none;background-color:var(--theme-full);padding:0 .8rem;height:30px;width:30px}
